home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / BISON-1.27 / CHANGELO.{__ < prev    next >
Text File  |  1999-09-17  |  20KB  |  657 lines

  1. Tue Feb 16 11:05:48 1999  Jesse Thilo  <jthilo@gnu.org>
  2.  
  3.     * configure.in: Bumped version number to 1.27.
  4.  
  5.     * Makefile.am:
  6.     Added `bison.simple' to list of files removed by `make distclean'.
  7.  
  8. Fri Feb 12 15:18:12 1999  Jesse Thilo  <jthilo@gnu.org>
  9.  
  10.     * Makefile.am, acconfig.h, acinclude.m4, configure.in, files.c, files.h:
  11.     Defined locations of parser files in config.h instead of Makefile.
  12.  
  13. Tue Feb  9 03:51:09 1999  Jesse Thilo  <jthilo@gnu.org>
  14.  
  15.     * Makefile.am: Removed inappropriate use of $< macro.
  16.  
  17. Wed Jan 27 03:34:47 1999  Jesse Thilo  <jthilo@gnu.org>
  18.  
  19.     * README: Document help-bison list.
  20.  
  21.     * configure.in: Add check for mkstemp().
  22.  
  23. Wed Jan 20 22:55:06 1999  Jesse Thilo  <jthilo@gnu.org>
  24.  
  25.     * LR0.c, conflicts.c, output.c, reader.c: Hush a few compiler warnings.
  26.  
  27.     * files.c: Add tryclose(), which verifies that fclose was successful.
  28.     Hush a couple of compiler warnings.
  29.  
  30.     * Makefile.am, OChangeLog:
  31.     ChangeLog is now automatically generated.  Include the old version as
  32.     OChangeLog.
  33.  
  34. Thu Jan 14 15:08:17 1999  Jesse Thilo  <jthilo@gnu.org>
  35.  
  36.     * bison.texinfo: Fix formatting glitch.
  37.  
  38.     * gram.h, lalr.c, lex.c, lex.h, machine.h, main.c, nullable.c, output.c, print.c, reader.c, reduce.c, state.h, symtab.c, symtab.h, types.h, vmsgetargs.c, warshall.c, LR0.c, acconfig.h, alloc.h, allocate.c, bison.s1, bison.texinfo, closure.c, conflicts.c, derives.c, files.c, files.h, getargs.c, gram.c:
  39.     Update FSF address.
  40.  
  41. Fri Jan  8 21:17:26 1999  Jesse Thilo  <jthilo@gnu.org>
  42.  
  43.     * system.h: Don't define PACKAGE here, since config.h defines it.
  44.  
  45. Wed Dec 30 06:54:16 1998  Jesse Thilo  <jthilo@gnu.org>
  46.  
  47.     * reader.c: Update copyright date.
  48.  
  49.     * main.c:
  50.     Ditch sprintf to statically-sized buffers in fatal/warn functions in
  51.     favor of output directly to stderr (avoids buffer overruns).
  52.  
  53.     * reader.c: Some checks for premature EOF.
  54.  
  55.     * LR0.c, alloc.h, allocate.c, closure.c, configure.in, conflicts.c, derives.c, getargs.c, gram.c, lalr.c, lex.c, main.c, nullable.c, output.c, print.c, reduce.c, symtab.c, symtab.h, warshall.c:
  56.     Use prototypes if the compiler understands them.
  57.  
  58.     * NEWS: Document 1.26 highlights.
  59.  
  60.     * bison.texinfo:
  61.     Delete comment "consider using @set for edition number, etc..." since
  62.     we now are doing so.
  63.  
  64.     * Makefile.am: Require Automake 1.3 or later.
  65.  
  66.     * files.c: Honor TMPDIR on Unix hosts.
  67.     Use prototypes if the compiler understands them.
  68.  
  69.     * reader.c: Fix a couple of buffer overrun bugs.
  70.     Use prototypes if the compiler understands them.
  71.  
  72.     * system.h: Include unistd.h and ctype.h.
  73.     Use #ifdef instead of #if for NLS symbols.
  74.  
  75.     * acconfig.h: Use prototypes if the compiler understands them.
  76.  
  77. Tue Dec 29 21:54:26 1998  Jesse Thilo  <jthilo@gnu.org>
  78.  
  79.     * Attic/version.cin, acconfig.h, configure.in, version.c:
  80.     Use VERSION symbol from automake for version number.
  81.  
  82. Sat Nov 28 21:44:16 1998  Jesse Thilo  <jthilo@gnu.org>
  83.  
  84.     * bison.texinfo: Add info dir entry.
  85.  
  86.     * Makefile.am:
  87.     Distribute original version of simple parser (bison.s1), not built
  88.     version (bison.simple).
  89.  
  90.     * bison.texinfo: Let automake put version number into documentation.
  91.  
  92. Thu Nov 26 00:44:18 1998  Jesse Thilo  <jthilo@gnu.org>
  93.  
  94.     * bison.cld, build.com, vmshlp.mar:
  95.     Add non-RCS files from /gd/gnu/bison.
  96.  
  97.     * bison.1: Document the BISON_HAIRY and BISON_SIMPLE variables.
  98.  
  99. Wed Nov 25 23:18:48 1998  Jesse Thilo  <jthilo@gnu.org>
  100.  
  101.     * Makefile.am:
  102.     Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
  103.  
  104.     * configure.in, Attic/version.cin, version.c:
  105.     Build version.c automatically.
  106.  
  107.     * AUTHORS: Add AUTHORS file.
  108.  
  109.     * reader.c: Fix token numbering (used to start at 258, not 257).
  110.  
  111.     * system.h: Include config.h.
  112.  
  113.     * bison.texinfo: Clean up some formatting.
  114.  
  115.     * README, getargs.c: Update bug report address.
  116.  
  117.     * Attic/bison.simple:
  118.     Rename bison.simple to bison.s1 (bison.simple is then built from bison.s1).
  119.  
  120.     * alloca.c, getopt.c, getopt.h, getopt1.c:
  121.     Get latest copies of alloca.c, getopt.c, getopt.h, getopt1.c from gnu.org.
  122.  
  123.     * Attic/Makefile.in, Makefile.am, configure.in, stamp-h.in:
  124.     Add automake stuff.
  125.  
  126. Tue May  5 22:18:45 1998  Richard Stallman  <rms@gnu.org>
  127.  
  128.     * bison.texinfo: Explain better why to make a pure parser.
  129.  
  130. Mon Jan  5 00:25:39 1998  Richard Stallman  <rms@gnu.org>
  131.  
  132.     * files.c (openfiles): [_WIN32 && !__CYGWIN32__] Use TEMP or Temp to
  133.     find a temporary directory, if possible.  Do not unlink files while
  134.     they are open.
  135.  
  136. Mon Aug 25 19:40:12 1997  Richard Stallman  <rms@gnu.org>
  137.  
  138.     * reader.c (stack_offset;): Change some warni to warns.
  139.  
  140.     * lex.c (literalchar): Use warns, not warni.
  141.  
  142. Sat Jun 28 19:43:05 1997  Richard Stallman  <rms@gnu.org>
  143.  
  144.     * Attic/Makefile.in (bison_version): New variable.
  145.     (dist): Use that variable.
  146.     (bison.s1): Substitute the Bison version into bison.simple.
  147.  
  148.     * Attic/bison.simple, bison.s1: Add a Bison version comment.
  149.  
  150.     * main.c (fatal, warn, berror): Use program_name.
  151.  
  152. Wed Jun 18 17:09:27 1997  Richard Stallman  <rms@gnu.org>
  153.  
  154.     * main.c (fatal, warn, berror): Make error messages standard.
  155.     (toomany): Improve error message text.
  156.  
  157.     * LR0.c, closure.c, conflicts.c, derives.c, files.c, lalr.c, lex.c, nullable.c, output.c, print.c, reader.c, reduce.c, symtab.c, Attic/Makefile.in:
  158.     new.h renamed to alloc.h.
  159.  
  160. Sat May 24 08:04:42 1997  Richard Stallman  <rms@gnu.org>
  161.  
  162.     * lex.c (literalchar): Fix the code for escaping \, " and '.
  163.  
  164.     (lex): Avoid trouble when there are many chars
  165.     to discard in a char literal with just several chars in it.
  166.  
  167. Sat May 17 18:44:24 1997  Richard Stallman  <rms@gnu.org>
  168.  
  169.     * Attic/bison.simple, bison.s1:
  170.     Use malloc, if using alloca is troublesome.
  171.     (YYSTACK_USE_ALLOCA): New flag macro.
  172.     Define it for some systems and compilers.
  173.     (YYSTACK_ALLOC): New macro.
  174.     (yyparse): Use YYSTACK_ALLOC to allocate stack.
  175.     If it was malloc'd, free it.
  176.  
  177. Wed Apr 23 18:01:25 1997  Richard Stallman  <rms@gnu.org>
  178.  
  179.     * Attic/bison.simple, bison.s1:
  180.     (alloca) [__hpux]: Always define as __builtin_alloca.
  181.  
  182. Tue Apr 22 22:23:48 1997  Richard Stallman  <rms@gnu.org>
  183.  
  184.     * Attic/bison.simple, bison.s1:
  185.     [__hpux]: Include alloca.h (right for HPUX 10)
  186.     instead of declaring alloca (right for HPUX 9).
  187.  
  188.     * Attic/bison.simple, bison.s1 (__yy_memcpy):
  189.     Declare arg `count' as unsigned int.
  190.     (yyparse): Cast third arg to __yy_memcpy to unsigned int.
  191.  
  192. Fri Jan  3 01:24:27 1997  Richard Stallman  <rms@gnu.org>
  193.  
  194.     * allocate.c: [__STDC__ or _MSC_VER]:
  195.     Declare calloc and realloc to return void *.
  196.  
  197. Thu Jan  2 07:13:01 1997  Richard Stallman  <rms@gnu.org>
  198.  
  199.     * Attic/Makefile.in (dist):
  200.     Explicitly check for symlinks, and copy them.
  201.  
  202.     * system.h: [_MSC_VER]: Include stdlib.h and process.h.
  203.     [_MSC_VER] (getpid): Define as macro--translate it to _getpid.
  204.  
  205.     * main.c (main): Return FAILURE as a value.
  206.     (printable_version): Declare arg as int, not char.
  207.  
  208. Thu Dec 19 08:24:56 1996  Richard Stallman  <rms@gnu.org>
  209.  
  210.     * files.c:
  211.     [_MSC_VER] (XPFILE, XPFILE1): Define, if not already defined.
  212.  
  213. Wed Dec 18 02:18:10 1996  Paul Eggert  <eggert@gnu.org>
  214.  
  215.     * Attic/bison.simple, bison.s1 (yyparse):
  216.     If __GNUC__ and YYPARSE_PARAM are both defined,
  217.     declare yyparse to have a void * argument.
  218.  
  219. Tue Dec 17 06:20:27 1996  Richard Stallman  <rms@gnu.org>
  220.  
  221.     * reduce.c (nbits): Add some casts.
  222.  
  223. Mon Aug 12 22:17:15 1996  Richard Stallman  <rms@gnu.org>
  224.  
  225.     * Attic/bison.simple, bison.s1: Test _MSDOS as well as _MSDOS_.
  226.  
  227. Wed Jul 31 19:18:57 1996  Richard Stallman  <rms@gnu.org>
  228.  
  229.     * Attic/bison.simple, bison.s1: [__sun && __i386]: Include alloca.h.
  230.  
  231. Tue Jul 30 04:37:37 1996  Richard Stallman  <rms@gnu.org>
  232.  
  233.     * Attic/bison.simple, bison.s1: Comment change.
  234.  
  235.     * Attic/bison.simple, bison.s1: Test _MSDOS_, not MSDOS.
  236.  
  237. Sat Jun  1 22:10:15 1996  Richard Stallman  <rms@gnu.org>
  238.  
  239.     * reduce.c, reader.c, print.c, output.c, nullable.c, lex.c, lalr.c, getargs.c, derives.c, conflicts.c, closure.c, allocate.c:
  240.     Insert `_' macro around many string constants.
  241.  
  242.     * main.c: Insert `_' macro around many string constants.
  243.  
  244.     (main): Call setlocale, bindtextdomain and textdomain.
  245.  
  246.     * system.h: [HAVE_LOCALE_H]: Include locale.h.
  247.     [! HAVE_LOCALE_H] (setlocale): Define as no-op.
  248.     [ENABLE_NLS]: Include libintl.h.
  249.     [ENABLE_NLS] (gettext): Define.
  250.     [! ENABLE_NLS] (bintextdomain, textdomain, _): Consolation definitions.
  251.     (N_, PACKAGE, LOCALEDIR): New macros.
  252.  
  253.     * POTFILES.in: Initial revision
  254.  
  255.     * Attic/Makefile.in (allocate.o): Define target explicitly.
  256.  
  257.     * Attic/Makefile.in (CFLAGS): Set to @CFLAGS@.
  258.     (LDFLAGS): Set to @LDFLAGS@.
  259.     (configure): Run autoconf only if preceding `cd' succeeds.
  260.     (bison.s1): Redirect output to temporary file then move the
  261.     temporary to the target, rather than redirecting directly to bison.s1.
  262.     (clean): Remove config.status and config.log.
  263.     (distclean): Don't remove config.status here.
  264.  
  265. Sun May 12 22:17:15 1996  Richard Stallman  <rms@gnu.org>
  266.  
  267.     * Attic/bison.simple, bison.s1:
  268.     (__yy_memcpy) [__cplusplus]: Reorder declarations of variables f and t.
  269.  
  270. Sat May 11 19:20:49 1996  Richard Stallman  <rms@gnu.org>
  271.  
  272.     * Attic/Makefile.in (dist): Don't use $(srcdir).
  273.  
  274.     * Attic/bison.simple, bison.s1 (__yy_memcpy):
  275.     Really reorder the args, as was supposedly done on Feb 14 1995.
  276.     (yyparse): Calls changed accordingly.
  277.  
  278. Sat Jan 27 08:26:26 1996  Richard Stallman  <rms@gnu.org>
  279.  
  280.     * output.c (output_rule_data): Test YYERROR_VERBOSE in the conditional
  281.     around the definition of ttyname.
  282.  
  283. Fri Dec 29 04:29:18 1995  Richard Stallman  <rms@gnu.org>
  284.  
  285.     * Attic/bison.simple, bison.s1: Fix line numbers in #line commands.
  286.  
  287. Wed Dec 27 12:43:49 1995  Richard Stallman  <rms@gnu.org>
  288.  
  289.     * Attic/bison.simple, bison.s1 (YYPARSE_PARAM_DECL):
  290.     In C++, make it always null.
  291.     (YYPARSE_PARAM_ARG): New macro.
  292.     (yyparse): Use YYPARSE_PARAM_ARG.
  293.  
  294. Wed Nov 29 01:26:22 1995  Daniel Hagerty  <hag@gnu.org>
  295.  
  296.     * bison.texinfo: Fixed update date
  297.  
  298. Wed Nov 29 01:22:34 1995  Richard Stallman  <rms@gnu.org>
  299.  
  300.     * bison.texinfo:
  301.     Describe literal string tokens, %raw, %no_lines, %token_table.
  302.  
  303. Mon Oct 16 14:12:23 1995  Richard Stallman  <rms@gnu.org>
  304.  
  305.     * bison.1: Add new options.
  306.  
  307.     * version.c: Version 1.25.
  308.  
  309.     * bison.rnh: Add new options.
  310.  
  311.     * NEWS: *** empty log message ***
  312.  
  313. Sun Oct 15 20:22:50 1995  Richard Stallman  <rms@gnu.org>
  314.  
  315.     * vmsgetargs.c, getargs.c: Added -n, -k, and -raw switches.
  316.     (noparserflag, toknumflag, rawtoknumflag): New variables.
  317.  
  318.     * symtab.h (SALIAS): New #define for adding aliases to %token.
  319.     (struct bucket): Added `alias' field.
  320.  
  321.     * reduce.c (reduce_grammar): Revise error message.
  322.     (print_notices): Remove final `.' from error message.
  323.  
  324.     * reader.c (reader_output_yylsp): New function.
  325.     (readgram): Use `#if 0' around code that accepted %command
  326.     inside grammar rules:  The documentation doesn't allow it,
  327.     and it will fail since the %command processors scan for the next %.
  328.     (parse_token_decl):  Extended the %token
  329.     declaration to allow a multi-character symbol as an alias.
  330.     (parse_thong_decl): New function.
  331.     (read_declarations): Added %thong declarations.
  332.     (read_declarations): Handle NOOP to deal with allowing
  333.     % declarations as another means to specify the flags.
  334.     (readgram): Allow %prec prior to semantics embedded in a rule.
  335.     (skip_to_char, read_declarations, copy_definition)
  336.     (parse_token_decl, parse_start_decl, parse_type_decl)
  337.     (parse_assoc_decl, parse_union_decl, parse_expect_decl)
  338.     (get_type_name, copy_guard, copy_action, readgram)
  339.     (get_type, packsymbols):  Revised most error messages.
  340.     Changed `fatal' to `warnxxx' to avoid aborting for error.
  341.     Revised and use multiple warnxxx functions to avoid using VARARGS1.
  342.     (read_declarations): Improve the error message for
  343.     an invalid character.  Do not abort.
  344.     (read_declarations, copy_guard, copy_action): Use
  345.     printable_version to avoid unprintable characters in printed output.
  346.     (parse_expect_decl): Error if argument to %expect exceeds 10 digits.
  347.     (parse_token_decl, parse_assoc_decl, parse_type_decl, get_type):
  348.     Allow the type of a non-terminal can be given
  349.     more than once, as long as all specifications give the same type.
  350.  
  351.     * output.c: (output_headers, output_trailers, output, output_gram)
  352.     (output_rule_data): Implement noparserflag variable.
  353.     Implement toknumflag variable.
  354.     (output): Call reader_output_yylsp to output LTYPESTR.
  355.  
  356.     * main.c (main):  If reader sees an error, don't process the grammar.
  357.     (fatals): Updated to not use VARARGS1.
  358.     (printable_version, int_to_string, warn, warni, warns, warnss)
  359.     (warnsss): New error reporting functions.  Avoid abort for error.
  360.  
  361.     * lex.h: Added THONG and NOOP for alias processing.
  362.     Added SETOPT for the new code that allows setting options with %flags.
  363.  
  364.     * lex.c: Include getopt.h.  Add some extern decls.
  365.     (safegetc): New function to deal with EOF gracefully.
  366.     (literalchar); new function to deal with reading \ escapes.
  367.     (lex): Use literalchar.
  368.     (lex): Implemented "..." tokens.
  369.     (literalchar, lex, parse_percent_token): Made tokenbuffer
  370.     always contain the token.  This includes growing the token
  371.     buffer while reading an integer.
  372.     (parse_percent_token): Replaced if-else statement with percent_table.
  373.     (parse_percent_token): Added % declarations as another
  374.     way to specify the flags -n, -l, and -r.  Also added hooks for
  375.     -d, -k, -y, -v, -t, -p, -b, -o, but implementation requires
  376.     major changes to files.c.
  377.     (lex) Retain in the incoming stream a character following
  378.     an incorrect '/'.
  379.     (skip_white_space, lex):  Revised most error messages
  380.     and changed fatal to warn to avoid aborting.
  381.     (percent_table):  Added %thong declarations.
  382.  
  383.     * gram.h: Comment changes.
  384.  
  385.     * files.c (openfiles, open_extra_files, done):  Add faction flag
  386.     and actfile file.  Handle noparserflag.  Both for -n switch.
  387.  
  388.     * conflicts.c (resolve_sr_conflict): Remove use of alloca.
  389.  
  390. Thu Jun  1 13:54:23 1995  Jim Meyering  <meyering@gnu.org>
  391.  
  392.     * bison.texinfo: *** empty log message ***
  393.  
  394. Sat May  6 05:35:44 1995  Richard Stallman  <rms@gnu.org>
  395.  
  396.     * Attic/bison.simple, bison.s1: Comment change.
  397.  
  398. Wed May  3 15:13:10 1995  Richard Stallman  <rms@gnu.org>
  399.  
  400.     * bison.texinfo: Rewrite "Conditions for Using Bison".
  401.     Update version to 1.24.
  402.  
  403.     * version.c: Version now 1.24.
  404.  
  405.     * Attic/bison.simple, bison.s1: Change distribution terms.
  406.  
  407.     * version.c: Version now 1.23.
  408.  
  409. Thu Feb 23 07:43:50 1995  Richard Stallman  <rms@gnu.org>
  410.  
  411.     * files.c: Test __VMS_POSIX as well as VMS.
  412.  
  413. Tue Feb 14 16:49:32 1995  Jim Meyering  <meyering@gnu.org>
  414.  
  415.     * Attic/bison.simple, bison.s1 (__yy_memcpy):
  416.     Renamed from __yy_bcopy to avoid
  417.     confusion.  Reverse FROM and TO arguments to be consistent with
  418.     those of memcpy.
  419.  
  420. Thu Nov 10 22:34:22 1994  David J. MacKenzie  <djm@gnu.org>
  421.  
  422.     * NEWS: reformat
  423.  
  424.     * NEWS: Initial revision
  425.  
  426.     * Attic/Makefile.in (DISTFILES): Include NEWS.
  427.  
  428.     * Attic/Makefile.in (DISTFILES): Include install-sh, not install.sh.
  429.  
  430.     * configure.in: Update to Autoconf v2 macro names.
  431.  
  432. Wed Oct  5 02:26:07 1994  David J. MacKenzie  <djm@gnu.org>
  433.  
  434.     * Attic/Makefile.in: fix typo
  435.  
  436.     * Attic/Makefile.in (prefix, exec_prefix): Let configure set them.
  437.  
  438. Wed Sep 28 13:55:25 1994  David J. MacKenzie  <djm@gnu.org>
  439.  
  440.     * Attic/Makefile.in: Set datadir to $(prefix)/share.
  441.  
  442. Thu Sep 15 21:39:22 1994  Richard Stallman  <rms@gnu.org>
  443.  
  444.     * Attic/bison.simple, bison.s1:
  445.     Update copyright notice and GPL version.
  446.  
  447. Tue Jul 12 20:43:44 1994  Richard Stallman  <rms@gnu.org>
  448.  
  449.     * reduce.c, reader.c: entered into RCS
  450.  
  451. Thu May  5 18:41:55 1994  David J. MacKenzie  <djm@gnu.org>
  452.  
  453.     * Attic/Makefile.in: entered into RCS
  454.  
  455. Sat Mar 26 20:33:04 1994  Richard Stallman  <rms@gnu.org>
  456.  
  457.     * Attic/bison.simple, bison.s1: entered into RCS
  458.  
  459. Fri Mar 25 22:52:41 1994  Richard Stallman  <rms@gnu.org>
  460.  
  461.     * main.c: entered into RCS
  462.  
  463. Thu Mar 24 22:54:32 1994  Richard Stallman  <rms@gnu.org>
  464.  
  465.     * conflicts.c: entered into RCS
  466.  
  467. Sun Jan  2 20:52:16 1994  Richard Stallman  <rms@gnu.org>
  468.  
  469.     * Attic/Makefile.in: *** empty log message ***
  470.  
  471. Sun Nov 21 22:03:08 1993  Richard Stallman  <rms@gnu.org>
  472.  
  473.     * bison.texinfo: entered into RCS
  474.  
  475.     * Attic/bison.simple, bison.s1, bison.texinfo:
  476.     *** empty log message ***
  477.  
  478. Mon Oct 25 23:45:06 1993  David J. MacKenzie  <djm@gnu.org>
  479.  
  480.     * bison.texinfo: *** empty log message ***
  481.  
  482. Tue Oct 19 03:55:14 1993  Richard Stallman  <rms@gnu.org>
  483.  
  484.     * Attic/bison.simple, bison.s1: *** empty log message ***
  485.  
  486. Thu Oct 14 16:19:10 1993  Richard Stallman  <rms@gnu.org>
  487.  
  488.     * Attic/bison.simple, bison.s1: *** empty log message ***
  489.  
  490. Tue Sep 14 20:43:31 1993  David J. MacKenzie  <djm@gnu.org>
  491.  
  492.     * bison.texinfo: *** empty log message ***
  493.  
  494. Mon Sep 13 22:17:10 1993  Noah Friedman  <friedman@gnu.org>
  495.  
  496.     * Attic/Makefile.in: *** empty log message ***
  497.  
  498. Fri Sep 10 13:41:02 1993  Richard Stallman  <rms@gnu.org>
  499.  
  500.     * conflicts.c: *** empty log message ***
  501.  
  502.     * system.h, bison.1: entered into RCS
  503.  
  504. Mon Sep  6 22:19:19 1993  Noah Friedman  <friedman@gnu.org>
  505.  
  506.     * Attic/Makefile.in: *** empty log message ***
  507.  
  508.     * version.c: entered into RCS
  509.  
  510. Fri Jul 30 00:34:59 1993  David J. MacKenzie  <djm@gnu.org>
  511.  
  512.     * Attic/Makefile.in: *** empty log message ***
  513.  
  514. Sat Jul 24 08:00:44 1993  Richard Stallman  <rms@gnu.org>
  515.  
  516.     * Attic/bison.simple, bison.s1: *** empty log message ***
  517.  
  518. Thu Jul  8 23:40:10 1993  David J. MacKenzie  <djm@gnu.org>
  519.  
  520.     * Attic/Makefile.in: *** empty log message ***
  521.  
  522. Sun Jul  4 20:07:28 1993  Richard Stallman  <rms@gnu.org>
  523.  
  524.     * Attic/bison.simple, bison.s1: *** empty log message ***
  525.  
  526. Sat Jun 26 20:09:41 1993  David J. MacKenzie  <djm@gnu.org>
  527.  
  528.     * bison.texinfo: *** empty log message ***
  529.  
  530.     * getargs.c: entered into RCS
  531.  
  532.     * bison.1: Initial revision
  533.  
  534. Fri Jun 25 19:11:46 1993  Richard Stallman  <rms@gnu.org>
  535.  
  536.     * getargs.c: Initial revision
  537.  
  538. Wed Jun 16 21:02:31 1993  Richard Stallman  <rms@gnu.org>
  539.  
  540.     * Attic/bison.simple, bison.s1: *** empty log message ***
  541.  
  542. Thu Jun  3 20:24:26 1993  Richard Stallman  <rms@gnu.org>
  543.  
  544.     * bison.texinfo: *** empty log message ***
  545.  
  546.     * Attic/bison.simple, bison.s1: Initial revision
  547.  
  548. Wed May 19 03:41:36 1993  Richard Stallman  <rms@gnu.org>
  549.  
  550.     * bison.texinfo: Initial revision
  551.  
  552. Fri May  7 10:16:54 1993  Noah Friedman  <friedman@gnu.org>
  553.  
  554.     * Attic/Makefile.in: *** empty log message ***
  555.  
  556. Wed Apr 28 19:15:14 1993  Noah Friedman  <friedman@gnu.org>
  557.  
  558.     * reader.c: *** empty log message ***
  559.  
  560. Fri Apr 23 16:29:13 1993  Noah Friedman  <friedman@gnu.org>
  561.  
  562.     * alloc.h: entered into RCS
  563.  
  564. Tue Apr 20 06:00:53 1993  David J. MacKenzie  <djm@gnu.org>
  565.  
  566.     * version.c: *** empty log message ***
  567.  
  568.     * files.c, allocate.c: entered into RCS
  569.  
  570.     * reader.c: *** empty log message ***
  571.  
  572.     * lex.c: entered into RCS
  573.  
  574.     * conflicts.c: Initial revision
  575.  
  576.     * symtab.c: entered into RCS
  577.  
  578.     * alloc.h: Initial revision
  579.  
  580.     * LR0.c: entered into RCS
  581.  
  582. Sun Apr 18 05:49:49 1993  Noah Friedman  <friedman@gnu.org>
  583.  
  584.     * reader.c: Initial revision
  585.  
  586.     * Attic/Makefile.in, version.c: *** empty log message ***
  587.  
  588. Sat Apr 17 01:24:07 1993  Noah Friedman  <friedman@gnu.org>
  589.  
  590.     * Attic/Makefile.in: *** empty log message ***
  591.  
  592. Thu Apr 15 19:37:53 1993  Richard Stallman  <rms@gnu.org>
  593.  
  594.     * main.c, files.c: Initial revision
  595.  
  596. Thu Apr 15 06:43:42 1993  Noah Friedman  <friedman@gnu.org>
  597.  
  598.     * configure.in: entered into RCS
  599.  
  600.     * configure.in: *** empty log message ***
  601.  
  602.     * configure.in: Initial revision
  603.  
  604. Wed Apr 14 04:51:13 1993  Richard Stallman  <rms@gnu.org>
  605.  
  606.     * Attic/Makefile.in: Initial revision
  607.  
  608. Tue Apr 13 18:52:55 1993  Richard Stallman  <rms@gnu.org>
  609.  
  610.     * version.c: Initial revision
  611.  
  612. Thu Mar 25 02:45:46 1993  Richard Stallman  <rms@gnu.org>
  613.  
  614.     * output.c: entered into RCS
  615.  
  616. Fri Sep 25 22:06:24 1992  Richard Stallman  <rms@gnu.org>
  617.  
  618.     * configure.bat: entered into RCS
  619.  
  620. Mon Jun 22 04:07:24 1992  Richard Stallman  <rms@gnu.org>
  621.  
  622.     * bison.rnh, vmsgetargs.c: entered into RCS
  623.  
  624. Mon Apr 20 06:32:57 1992  David J. MacKenzie  <djm@gnu.org>
  625.  
  626.     * README: entered into RCS
  627.  
  628. Wed Jan 22 04:15:36 1992  Richard Stallman  <rms@gnu.org>
  629.  
  630.     * machine.h: entered into RCS
  631.  
  632. Sat Dec 21 00:17:44 1991  Richard Stallman  <rms@gnu.org>
  633.  
  634.     * lalr.c, closure.c: entered into RCS
  635.  
  636. Fri Dec 20 23:55:12 1991  Richard Stallman  <rms@gnu.org>
  637.  
  638.     * state.h: entered into RCS
  639.  
  640. Wed Dec 18 07:39:50 1991  Richard Stallman  <rms@gnu.org>
  641.  
  642.     * print.c, nullable.c, derives.c: entered into RCS
  643.  
  644. Sun Nov  3 02:39:18 1991  David J. MacKenzie  <djm@gnu.org>
  645.  
  646.     * warshall.c, types.h, symtab.h, lex.h, gram.c, gram.h, files.h:
  647.     entered into RCS
  648.  
  649. Fri Sep  9 01:04:17 1988  Richard Stallman  <rms@gnu.org>
  650.  
  651.     * bison.hairy: entered into RCS
  652.  
  653. Wed Dec 16 06:53:07 1987  Richard Stallman  <rms@gnu.org>
  654.  
  655.     * REFERENCES: entered into RCS
  656.  
  657.